home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / maxkit20.zip / #ATEST.MEX next >
Text File  |  1996-04-06  |  673b  |  14 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //  Work shell program so it can be tested from the "T" on SysOpWk menu.
  3. //  This can be used in your max\m directory to test what you are writing
  4. //  or changing.    You can change your file name to #work.wk or
  5. // commet out the // #include <#work.wk> and add youe owm file name.
  6. // #include <file.mex>
  7. // rembemer to mex #atest.mex! max a bat file to do it.
  8. //////////////////////////////////////////////////////////////////////////////
  9. #ifndef __MAX_MH
  10. #define __MAX_MH
  11.    #include <#work.wk>
  12. #endif
  13. /////////////////////////////////////////////////////////////////////////////
  14.